home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / tbullets.arc / QBLT9 < prev   
Text File  |  1987-11-10  |  2KB  |  35 lines

  1.    WHAT IS AN "ERROR-CORRECTING MODEM?"
  2.  
  3.    Error-correcting modems perform error correction and recovery on
  4.    incoming data by themselves.  This is a feature usually implemented
  5.    in the modem's internal firmware (ROM, for example).  The accepted
  6.    standard for internal modem error correction is MNP (Microcom
  7.    Networking Protocol), names after the company (Microcom) who
  8.    developed it.  MNP is not a "Fixed" standard, it is available in
  9.    levels 1 thru 6, with MNP level 3 being the most commonly available
  10.    implementation.
  11.  
  12.    For two modems to establish an error-free connection, they must
  13.    both support the same MNP level.  Higher levels of MNP, however,
  14.    are compatible with lower levels of the standard.  Two modems
  15.    supporting MNP level 3 and communicating at 2400 (using the Bell
  16.    2400 standard) should establish an error-free connection.  Error-
  17.    free connections are usually indicated by the modem's verbal or
  18.    numeric return code upon connect.
  19.  
  20.    A Multitech MNP-equipped modem may, for example, return a CONNECT
  21.    2400/RELIABLE message, while a USRobotics HST modem would return a
  22.    CONNECT 2400/ARQ message upon connect. Although many high-speed
  23.    modems (ie, 9600bps and above) from different manufacturers may
  24.    support the same level of MNP, they may use radically different
  25.    encodingor modulation schemes to yield high data transfer rates,
  26.    which makes them incompatible at high speeds.
  27.  
  28.    For example, the Hayes, Microcom, and USR 9600 modems all support
  29.    MNP level 3, but are unable to communicate with each other at
  30.    speeds higher than 2400 due to the incompatibility of their
  31.    proprietary modulation techniques.  Most of these modems will
  32.    automatically "fall back" to the lower speed (ie, 2400) where a
  33.    reliable error-correcting connection can be made.
  34.  
  35.